home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 108
/
MacAddict108.iso
/
Software
/
Internet & Communication
/
WordPress 1.5.1.dmg
/
wordpress
/
wp-content
/
themes
/
default
/
links.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2005-01-04
|
187 b
|
19 lines
<?php
/*
Template Name: Links
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>
</div>
<?php get_footer(); ?>